home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / StartupManager.exe / 0 / RCDATA / TFRMFAVORITES / TFRMFAVORITES.txt
Text File  |  2008-10-30  |  4KB  |  155 lines

  1. object frmFavorites: TfrmFavorites
  2.   Left = 293
  3.   Top = 162
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Select program from list'
  7.   ClientHeight = 490
  8.   ClientWidth = 400
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   DesignSize = (
  21.     400
  22.     490)
  23.   PixelsPerInch = 96
  24.   TextHeight = 16
  25.   object btnOK: TButton
  26.     Left = 222
  27.     Top = 456
  28.     Width = 80
  29.     Height = 25
  30.     Action = acFromList
  31.     Anchors = [akRight, akBottom]
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 0
  35.   end
  36.   object btnCancel: TButton
  37.     Left = 310
  38.     Top = 456
  39.     Width = 80
  40.     Height = 25
  41.     Anchors = [akRight, akBottom]
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 1
  46.   end
  47.   object pcBackGround: TPageControl
  48.     Left = 8
  49.     Top = 8
  50.     Width = 385
  51.     Height = 440
  52.     ActivePage = TabSheet1
  53.     Anchors = [akLeft, akTop, akBottom]
  54.     TabOrder = 2
  55.     object TabSheet1: TTabSheet
  56.       Caption = 'TabSheet1'
  57.       object lblTitle: TLabel
  58.         Left = 8
  59.         Top = 8
  60.         Width = 361
  61.         Height = 53
  62.         AutoSize = False
  63.         Caption = 
  64.           'Select the program that you want to have started automatically w' +
  65.           'hen Windows starts and then click OK.'
  66.         WordWrap = True
  67.       end
  68.       object lvPrograms: TAxListView
  69.         Left = 8
  70.         Top = 68
  71.         Width = 361
  72.         Height = 333
  73.         HorzScrollBar.Range = 50
  74.         VertScrollBar.Range = 10
  75.         TrackingScroll = True
  76.         Sections.Font.Charset = DEFAULT_CHARSET
  77.         Sections.Font.Color = clWindowText
  78.         Sections.Font.Height = -11
  79.         Sections.Font.Name = 'Arial'
  80.         Sections.Font.Style = [fsBold]
  81.         Sections.HeaderTextOffset = 5
  82.         Sections.ItemsOffset = 5
  83.         Sections.HeaderHeight = 17
  84.         Sections = <>
  85.         RowSelect = True
  86.         HotTrackStyle.HighlightFont.Charset = DEFAULT_CHARSET
  87.         HotTrackStyle.HighlightFont.Color = clWindowText
  88.         HotTrackStyle.HighlightFont.Height = -11
  89.         HotTrackStyle.HighlightFont.Name = 'MS Sans Serif'
  90.         HotTrackStyle.HighlightFont.Style = []
  91.         Style = lsHeadered
  92.         Header.Font.Charset = DEFAULT_CHARSET
  93.         Header.Font.Color = clWindowText
  94.         Header.Font.Height = -12
  95.         Header.Font.Name = 'Arial'
  96.         Header.Font.Style = []
  97.         Header.Sections = <
  98.           item
  99.             ImageIndex = -1
  100.             Width = 0
  101.             AllowResize = False
  102.           end
  103.           item
  104.             ImageIndex = -1
  105.             Width = 50
  106.             AllowResize = False
  107.           end
  108.           item
  109.             AutoSize = True
  110.             ImageIndex = -1
  111.             Text = 'Programs'
  112.             Width = 311
  113.           end>
  114.         Header.Height = 18
  115.         Font.Charset = DEFAULT_CHARSET
  116.         Font.Color = clWindowText
  117.         Font.Height = -11
  118.         Font.Name = 'Arial'
  119.         Font.Style = []
  120.         ParentFont = False
  121.         ParentShowHint = False
  122.         TabOrder = 0
  123.         OnDblClick = lvProgramsDblClick
  124.         OnDrawSubItem = lvProgramsDrawSubItem
  125.       end
  126.     end
  127.   end
  128.   object ilPrograms: TImageList
  129.     BkColor = clWindow
  130.     DrawingStyle = dsTransparent
  131.     Height = 32
  132.     Width = 32
  133.     Left = 312
  134.     Top = 224
  135.   end
  136.   object ilSelected: TImageList
  137.     BkColor = clHighlight
  138.     DrawingStyle = dsTransparent
  139.     Height = 32
  140.     Width = 32
  141.     Left = 312
  142.     Top = 264
  143.   end
  144.   object alAddPrograms: TActionList
  145.     OnUpdate = alAddProgramsUpdate
  146.     Left = 312
  147.     Top = 144
  148.     object acFromList: TAction
  149.       Category = 'Add'
  150.       Caption = 'OK'
  151.       OnExecute = acFromListExecute
  152.     end
  153.   end
  154. end
  155.